home *** CD-ROM | disk | FTP | other *** search
/ Saar AMOK 2 / Saar AMOK II - Oktober 1994 (1994)(Kreativ Marketing)(DE)[!][I-7598].iso / disks / amok / amok_106 / flexcat / c_h.sd < prev    next >
Text File  |  1994-03-11  |  652b  |  29 lines

  1. ##stringtype C
  2. ##shortstrings
  3. /****************************************************************
  4.    This file was created automatically by `FlexCat V1.1'
  5.    Do NOT edit by hand!
  6. ****************************************************************/
  7.  
  8. #ifndef %b_CAT_H
  9. #define %b_CAT_H
  10.  
  11.  
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif    /*  !EXEC_TYPES_H        */
  15. #ifndef LIBRARIES_LOCALE_H
  16. #include <libraries/locale.h>
  17. #endif    /*  !LIBRARIES_LOCALE_H     */
  18.  
  19.  
  20. /*  Prototypes    */
  21. extern void Open%bCatalog(struct Locale *, STRPTR);
  22. extern void Close%bCatalog(void);
  23. extern STRPTR Get%bString(LONG);
  24.  
  25. /*  Definitions */
  26. #define %i %d
  27.  
  28. #endif /*   !%b_CAT_H  */
  29.